home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 011a / keypushr.zip / STUFFER.DOC < prev    next >
Text File  |  1991-04-25  |  3KB  |  72 lines

  1. Stuffer (C) 1991 TopherSoft Engineering                    April 27, 1991.
  2.  
  3. Stuffer forces keys unto the keyboard buffer for use in automating batch files.
  4.  
  5. Usage is: Stuffer Parameter File FileParam1 FileParam2 ... FileParamN
  6.  
  7.   Parameter        This is a sequence of characters and \ codes.
  8.                    Any enterable character (except space) may be entered 
  9.                    as itself.  Unenterable characters may be entered as 
  10.                    \ codes.  A chart of these codes appears below.
  11.  
  12.   File             This is the name of the program to run these codes in.
  13.  
  14.   FileParam1 ...N  These are the parameters to be passed to File.
  15.  
  16. Example: Stuffer q\13y Edlin newfile
  17.          is a useless line that calls up Edlin with the (hopefully)
  18.          new file "new file" then aborts (q) answering 'y' to "are you sure?".
  19.  
  20. Some Programs attempt to clear the keyboard buffer when it is run. The \ code
  21. \300 can be included to try to circumvent this. It is not always successful.
  22.  
  23. Some Programs disable the keyboard interrupt or otherwise modify it.
  24. Stuffer may not work with these programs at best or react stangely at worst.
  25.  
  26. TABLE OF \ CODES
  27.  
  28. Ctrl A       01
  29. Ctrl B       02
  30. ....
  31. Ctrl Z       26
  32. <Space>      32
  33. <Enter>      13
  34.  
  35.  
  36.                    Normal     Cntl      Alt
  37. =============      ======     ======    ======
  38. <Backspace>             8        127
  39. <Delete>            21248
  40. <Insert>            20992
  41. <Left-Arrow>        19200      29440
  42. <Right-Arrow>       19712      29696
  43. <Up-Arrow>          18432
  44. <Down-Arrow>        20480
  45. <Home>              18176      30464
  46. <End>               20224      29952     20224
  47. <Pg-Up>             18688      33792
  48. <Pg-Dn>             20736      30208
  49. <F1>                15104      24064     26624
  50. <F2>                15360      24320     26880
  51. <F3>                15616      24576     27136
  52. <F4>                15872      24832     27392
  53. <F5>                16128      25088     27648
  54. <F6>                16384      25344     27904
  55. <F7>                16640      25600     28160
  56. <F8>                16896      25856     28416
  57. <F9>                17152      26112     28672
  58. <F10>               17408      26368     28928
  59.  
  60. ================================================================================
  61. Stuffer is distributed as shareware.
  62. If you find this program useful send a payment of $7.50.
  63. If you include a 5¼ or 3½" floppy disk and a self-addressed stamped floppy
  64. mailer, with your payment, you will receive a registered version of Stuffer,
  65. and a utility to find \ codes for any key combination.
  66.  
  67. Send Payment to:
  68.      TopherSoft Engineering
  69.      19 Hudson Road
  70.      West Yarmouth, MA 02673
  71.  
  72.